home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / archie / doc / install < prev    next >
INI File  |  1995-08-16  |  2KB  |  34 lines

  1. [Version 1.4.1]
  2.  
  3.  This is the minimal set of things you need to build an Archie client
  4. that takes advantage of the Prospero system.  It is derived from the
  5. 4.2beta version of Prospero, currently available as the file prospero.tar.Z
  6. on the host cs.washington.edu.  See the README in here for the full scoop.
  7.  
  8.  * To make the client under Unix:
  9.    * edit the Makefile, changing CC, OPTIONS, LDFLAGS, and RM if
  10.      necessary (odds are you won't have to do this..see below)
  11.    * edit the DEFINEs as necessary
  12.    * if archie.sura.net isn't "close" to you netwise, please edit
  13.      ARCHIE in the Makefile appropriately.  This is particularly important
  14.      if you're not in the US.  You don't need to touch archie.h anymore.
  15.    * type `make'
  16.  
  17.  I've tried to make this as portable as possible.  I'd encourage you
  18. to try doing a "make" without any changes to the Makefile, and see how
  19. it goes.  If it pukes, and you have to define something, please drop
  20. me a line---my goal is for anybody to just type "make" and not have to
  21. worry about things like what functions their system supports.
  22.  
  23.  * To make the client under VMS, just type @MAKE and it'll ask you
  24.    which of the available Archie servers is closest.  That's it!
  25.    The file `archie.hlp' is a VMS help file which can be added to your
  26.    system (or private) help library.
  27.  
  28.  * To make the client under MSDOS or OS/2:
  29.    * with FTP Software's PC/TCP for MSDOS (version 2.1 or higher) and
  30.      OS/2 (version 1.1 and higher), use makefile.os2 or makefile.dos
  31.    * with CUTCP (NCSA telnet), use makefile.cut
  32.  
  33. -- Brendan Kehoe (brendan@cygnus.com)
  34.